configuration / chassis0 / slots / [SLOT-ID] / [lne180sfp] / module / ports / port[ID] / ltc-out-flags

CLI REST-API

itu-r-br-1353

Date encoding according to ITU-R BR.1353
This is a read-write object and valid values are:




Applies to modules


GPS167
GPS167SV
PZF511
GPS170
TCR511
AM511
MSF511
GRC170
WWVB511
MGR170
PZF600
TCR600
GPS180
GLN170
MGR180
MSF600
WWVB600
ESI180
CPE180
LNO180
GRC180
LIU
MRI
BPE
RSC180
LNE_GB
SCG
FDM180
SPT
PZF180
REL1000
HPS100
VSG180
MSF180
WWVB180
CPC180
TCR180
LUE180
SCU_01
LNE180SFP
GTS180
GRC181
GNS181_UC
PSX210
CPC200
FDM180M
LSG180
GPS190
GNS181
PIO180
SSP100
VSI180
GNM181
RSC2000
REL1000_RC
VSG181
BPE2XXX
BPE2352
BPE8XXX
BPE6042
GNS190
CES

See also:
/configuration/chassis0/slots/[SLOT-ID]/[lne180sfp]/module/ports/port[ID]/ltc-out-flags
/configuration/chassis0/slots/[SLOT-ID]/[lne180sfp]/module/ports/port[ID]/ltc-out-flags/parity-enabled

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ports/port.*/ltc-out-flags


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ports/port.*/ltc-out-flags


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ports/port.*/ltc-out-flags
Body:
{
  "itu-r-br-1353": true
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ports/port.*/ltc-out-flags -d
{
  "itu-r-br-1353": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]